fn: <--
[contents]

Contents

Syntax

The syntax for <-- calls is:

f++:  
<--

n++:  
@<--

Description

The <-- function takes zero parameters and strips the trailing whitespace from the output of what has already been parsed. It is mostly intended for use with n++.

n++ example

Example of <-- being used with n++:

Example text

	@<-- more text

Output:

Example text more text